Skip to main content

Get a specific timeperiod

GET 

/timestreams/:timestreamId/timelines/:timelineId/periods/:timeperiodId

Get full details for a specific period for a specific timeline under a specific timestream

Request

Path Parameters

    timestreamId stringrequired
    timelineId stringrequired
    timeperiodId stringrequired

Header Parameters

    x-api-key passwordrequired

    OneBasket API Key

Responses

The request has succeeded.

Schema
    anyOf
    type stringrequired

    Possible values: [Primary]

    The type of the timeline

    type stringrequired

    Possible values: [Primary, Collection, ProductAvailability]

    Discriminator for timeline types

    circular(Timeperiods.PrimaryPeriodDto)

    id stringrequired

    The unique identifier of the timeperiod

    timestreamId stringrequired

    The unique identifier of the parent timestream

    timelineId stringrequired

    The unique identifier of the parent timeline

    title stringrequired

    The title of the timeperiod

    description stringrequired

    The description of the timeperiod

    start date-timerequired

    The start time of the timeperiod

    duration durationrequired

    The duration of the timeperiod

    end date-timerequired

    The end time of the timeperiod

Loading...